home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / plip3811.lha / plip.doc < prev   
Text File  |  1994-03-04  |  2KB  |  83 lines

  1.  
  2.  
  3.                 PLIP
  4.                 ----
  5.  
  6.         A Parallel Line IP SANA2 Device Driver
  7.  
  8.           by Michael Balzer & Oliver Wagner
  9.  
  10.             *** BETA-RELEASE 38.11 ***
  11.  
  12.  
  13.  
  14.  
  15.  
  16. 1. Overview
  17.  
  18. PLIP is a network device driver conforming to the SANA2 standard.  It
  19. allows linking of two Amigas using their parallel ports.  Transfer speed
  20. is around 50 kbyte/sec.  The complete low level transfer protocol is
  21. integrated in the device driver, including port arbitration handshaking and
  22. interrupt driven reads.  Although the transfer process itself is cpu
  23. intensive, the device needs no cpu resources when no transfer is in
  24. progress.
  25.  
  26. PLIP is intended as a low-cost networking solution, since the capabilities
  27. of the parallel hardware are somewhat limited.  However, it gives much
  28. better results than SLIP and leaves the serial port free.
  29.  
  30. 2. Installation
  31.  
  32. Just copy plip.device to devs:networks.  See the documentation of your
  33. networking package for further installation steps.
  34.  
  35. Since PLIP only allows two hosts to be linked together, addressing is
  36. limited to 1 Bit.  One host uses plip.device, Unit 0, the other
  37. plip.device, Unit 1.  The device will not work if both machines use the
  38. same unit number.
  39.  
  40. 3. Cable
  41.  
  42.  D0-D7/BUSY/POUT   to   D0-D7/BUSY/POUT
  43.  ACK           to   STROBE
  44.  STROBE           to   ACK
  45.  GND           to   GND
  46.  
  47. Note that this is *NOT* the ParNet connection standard used by several old
  48. parallel drivers.
  49.  
  50. 4. Beta
  51.  
  52. PLIP is not tested yet, so use on your own risk.  Please send bug reports
  53. to:
  54.  
  55.     o.wagner@aworld.aworld.de
  56.     m.balzer@aworld.aworld.de
  57.  
  58. Please exactly state the machine configuration which causes PLIP to fail.
  59.  
  60. 5. Copyright
  61.  
  62. PLIP is (C) Copyright 1993-94 Oliver Wagner & Michael Balzer, All Rights
  63. Reserved.  You are granted a limited copying license to distribute this
  64. version of plip for private purposes only.
  65.  
  66. 6. History
  67.  
  68. V37.11
  69. ------
  70. - small speedups in transmission handshaking
  71. - now uses utility library for parsing the buffer managment taglist
  72.  
  73. V38.10
  74. ------
  75. - fixed bug with configuration during startup
  76. - default MTU reduced to 1024 bytes
  77.  
  78. V38.11 (beta)
  79. -------------
  80. - added tracktype support (beta) in order to make PLIP work
  81.   in conjunction with AmiTCP
  82. - removed autoinit for dos.library
  83.